projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a58e732
)
stubdom: let lwIP check TCP sums as they are now correct.
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 12 May 2008 09:11:23 +0000
(10:11 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 12 May 2008 09:11:23 +0000
(10:11 +0100)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
extras/mini-os/include/arch/cc.h
patch
|
blob
|
history
diff --git
a/extras/mini-os/include/arch/cc.h
b/extras/mini-os/include/arch/cc.h
index e9a258d8bfbbe8d7916725895b28ba2c9aefb3de..1c31feb7c816d7059bfa8a71767f2eca6cb09ab9 100644
(file)
--- a/
extras/mini-os/include/arch/cc.h
+++ b/
extras/mini-os/include/arch/cc.h
@@
-84,7
+84,4
@@
extern void lwip_die(char *fmt, ...);
#define DBG_TYPES_ON DBG_ON
#endif
-/* TODO: checksum doesn't work fine?! */
-#define CHECKSUM_CHECK_TCP 0
-
#endif /* __LWIP_ARCH_CC_H__ */